home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / dde / _balls64 / _run < prev    next >
Encoding:
Text File  |  1989-07-14  |  716 b   |  23 lines

  1. | run file for balls64 application
  2. | This file checks that necessary modules are loaded and claims a 
  3. | "slot" from the WIMP
  4.  
  5. *WimpSlot -min 110k -max 110k
  6. *IconSprites <Obey$Dir>.!Sprites
  7. |
  8. if "<System$Path>" = "" then Error 0 System resources cannot be found
  9. |
  10. RMEnsure SharedCLibrary 3.50 RMLoad System:Modules.Clib
  11. RMEnsure SharedCLibrary 3.50 Error You need Clib 3.50 or later
  12. |
  13. RMEnsure FPEmulator 2.70 RMLoad System:Modules.FPEmulator
  14. RMEnsure FPEmulator 2.70 Error You need FPEmulator 2.70 or later
  15. |
  16. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  17. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  18. |
  19.  
  20. *Set balls64$Dir <Obey$Dir>
  21. *WimpSlot -min 110k
  22. *run <balls64$Dir>.!RunImage %*0
  23.